home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac-Source 1994 July
/
Mac-Source_July_1994.iso
/
C and C++
/
Compilers⁄Interps
/
GCC 1.37.1r15 Full
/
Tests
/
bug-strs.c
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1992-12-15
|
302 b
|
32 lines
|
[
TEXT/MPS
]
int Fred()
{
return 1;
}
char *GnuDeath()
{
int i=0;
i += 1;
{
char *myString[] = {
"This is",
"Some real",
"ßhit stuff"
};
return myString[1];
}
}
/*
** This works with MPW, but fails with GNU
* The -b option seems to be giving GNU fits.
gc -b "gnu death 4" -asm
asm "gnu death 4.a"
*/